home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr30 / smalldrv.zip / FONT.CMD < prev    next >
OS/2 REXX Batch file  |  1993-07-01  |  205b  |  8 lines

  1. /* */
  2. call RxFuncAdd 'SysIni', 'RexxUtil', 'SysIni'
  3. AppName = 'PM_SystemFonts'
  4. KeyName = 'DefaultFont'
  5. FontName = '10.System Proportional'
  6. call SysIni 'USER', AppName, KeyName, FontName||'0'x
  7. exit
  8.